Motion.GetAxisState method
Gets the state of the selected axis.
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsReturn<AxisState> GetAxisState(
int Index
)
Public Function GetAxisState(
Index As Integer
) As KsReturn(Of AxisState)
Parameters
Index [in]
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Returns a KsError code and an AxisState value.
Examples
N/A
See also